home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / destroytheworld.swf / scripts / DefineButton2_756 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  190 b   |  13 lines

  1. on(release){
  2.    _root.gamePlaying = true;
  3.    prevFrame();
  4.    tellTarget("_root.game.ufo")
  5.    {
  6.       play();
  7.    }
  8.    tellTarget("_root.game.ufo.light")
  9.    {
  10.       play();
  11.    }
  12. }
  13.